home *** CD-ROM | disk | FTP | other *** search
/ bioinformatics.org / bioinformatics.org_software.tar / www.bioinformatics.org / download / ecell2 / ecell220setup.exe / {app} / standard / STDR / ZeroReactor.rd < prev   
Text File  |  2000-03-03  |  557b  |  28 lines

  1. @CLASSNAME: ZeroReactor
  2. @BASECLASS: FluxReactor
  3. @BRIEF_DESCRIPTION:Zero order reaction
  4.  
  5. %VERSION: ecs-v08, 0.1
  6. @DATE: 29/6/1999
  7.  
  8. @AUTHOR: Kouichi Takahashi
  9. @EMAIL: shafi@sfc.keio.ac.jp
  10.  
  11. @DESCRIPTION: A reactor class for zero order reaction where flux
  12. rate is a constant. Velocity is\\ independent of concentration of
  13. molecular species.
  14.  
  15. @EQUATION: $$v = Rate$$
  16.  
  17. %SUBSTANCE: Substrate, Inf, 1
  18. %SUBSTANCE: Product, Inf, 1
  19. %SUBSTANCE: Catalyst, 0, 0
  20. %SUBSTANCE: Effector, 0, 0
  21.  
  22. %PARAMETER: Rate, Float, Molecules/Second , Rate
  23.  
  24. @REACT_FUNC:
  25.   process(Rate);
  26.  
  27.  
  28.